-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[backport to 3.6] bpo-29438: fixed use-after-free in key sharing dict #39
Conversation
@@ -10,6 +10,8 @@ What's New in Python 3.6.1 release candidate 1? | |||
Core and Builtins | |||
----------------- | |||
|
|||
- bpo-29438: Fixed use-after-free problem in key sharing dict. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about "bpo-" in Misc/NEWS and commit message, but if this is correct the patch LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the first pull request.
https://github.com/python/cpython/pull/1/files
Only add the branch prefix to the PR title. Use cherry_picker v0.2.4 Closes python/miss-islington#38
* fix: handle when a single BB may have multiple jump targets * nit: remove wrong comment
No description provided.